

@layer base {
  
  body, :host {
    /* Color */
    --Accent1: #ED7344;
--Accent2: #C8D06E;
--Accent3: #472E10;
--Accent4: #F5F1EB;
--Accent5: #988A79;
--Accent6: #EFB7E4;
--Accent7: #EABD27;
--html-block-font-color: var(--Accent3);
--html-block-h1-color: var(--Accent3);
--html-block-link-color: var(--Accent2);
--html-block-quote-color: var(--Accent1);
--SoftClayOrange: #F25C54;
--DeepCharcoal: #2e2e2e;
--WarmOff-White: #FAFAF7;
--GraphiteGrey: #1E1E1E;
--VibrantCoral: #FF6B6B;
--MintGreen: #6EDC9D;
--GoldenYellow: #F9C74F;
--ElectricBlue: #3A86FF;
--NeutralGrey: #D3D3D3;
--Lilac: #B388EB;
--BackgroundLight: #FAFAF7;
--BackgroundDark: #1E1E1E;
--NeutralSurface: #FFFFFF;
--Border: #D3D3D3;
--TextPrimary: #2E2E2E;
--TextSecondary: #6C6C6C;
--TextInverse: #FFFFFF;
--PrimaryCTA: #F25C54;
--PrimaryCTA-Hover: #FF6B6B;
--PrimaryCTA-Active: #E14A45;
--AccentPositive: #6EDC9D;
--AccentPositive-Hover: #57C78A;
--AccentPositive-Active: #45B378;
--AccentWarning: #F9C74F;
--AccentWarning-Hover: #F7B93B;
--AccentWarning-Active: #E5A62F;
--AccentInfo: #3A86FF;
--AccentInfo-Hover: #256DDB;
--AccentInfo-Active: #1A55B6;
--AccentCreative: #B388EB;
--AccentCreative-Hover: #9C6FDF;
--AccentCreative-Active: #8456C9;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-fraunces: 'Fraunces',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--html-block-font-size: 0.875rem;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --borderRadius: 16px;
--gap: 10px;
    /* Z-index */
    --side-menu: 10;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dFRmYS {
    width:100%;
  height:100%;
  display:flex;
  background:#00000033;
  align-items:center;
  padding-top:90px;
  padding-left:90px;
  padding-right:90px;
  padding-bottom:90px;
  justify-content:center;
  }
      

      
          @media (max-width: 550px) {
            
  .dFRmYS {
    padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

          }
          
        
      
      
  .BcVex {
    flex:0;
  width:100%;
  row-gap:24px;
  column-gap:24px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dmlAhN {
    width:100%;
  height:100%;
  background:var(--Accent4);
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .bRUvcp {
    display:flex;
  max-width:800px;
  background:var(--Accent4);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .bRYMUW {
    flex:1;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:flex-end;
  padding-top:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .cVcUzk {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .cQfird {
    flex:2;
  width:100%;
  }
      

      
        
      
      
  .MExxn {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .MExxn:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .MExxn:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
                  @keyframes animation-bKKrXZ {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .dmtsPM {
    width:100%;
  row-gap:var(--gap);
  background:white;
  column-gap:var(--gap);
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .dgIQnr {
    height:20px;
  display:flex;
  row-gap:18px;
  column-gap:18px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dvUnHI {
    width:100%;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  overflow-y:hidden;
  align-items:center;
  padding-top:12px;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .bZgVzd {
    color:var(--Accent5);
  width:100%;
  row-gap:4px;
  font-size:0.9rem;
  column-gap:4px;
  font-weight:var(--font-weight-lighter);
  flex-direction:row;
  }
      

      
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dcuqrC {
    color:var(--Accent4);
  height:20px;
  display:flex;
  row-gap:18px;
  column-gap:18px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bgXhOo {
    color:var(--Accent1);
  width:100%;
  font-size:2rem;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .cxogNp {
    flex:2;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .evuYbR {
    gap:18px;
  color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Back);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .evuYbR:hover {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Back);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      


  .evuYbR:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .fFfxPt {
    flex:1;
  color:var(--Accent3);
  width:fit-content;
  height:40px;
  font-size:1.5rem;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .FTOQz {
    flex:0;
  width:100%;
  height:fit-content;
  row-gap:24px;
  column-gap:24px;
  }
      

      
        
      
      
  .cXlxPi {
    flex:1;
  color:var(--Accent3);
  height:40px;
  font-size:1.5rem;
  font-weight:var(--font-weight-normal);
  text-overflow:ellipsis;
  }
      

      
  .cXlxPi::placeholder {
    color:#bfbfbf;
  }
      

        
      
      
  .bVVsSp {
    row-gap:var(--gap);
  column-gap:var(--gap);
  flex-direction:row;
  }
      

      
        
      
      
  .cOmqEd {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .cqRPJH {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:space-between;
  }
      

      
        
      
      
  .ctETsr {
    width:auto;
  height:auto;
  max-height:250px;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .new-receipt-wizard-manual-input\:Rn6hx3nEBgzkit7Om3E7h {
    color:var(--Accent5);
  }
      

      
        
      
      
  .fmhdrI {
    width:80px;
  height:80px;
  display:flex;
  background:var(--Accent4);
  align-items:center;
  justify-content:center;
  border-top-left-radius:80px;
  border-top-right-radius:80px;
  border-bottom-left-radius:80px;
  border-bottom-right-radius:80px;
  }
      

      
        
      
      
  .new-receipt-wizard-manual-input\:TEp2pMnvTKt4WhrdVInEY {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 90deg;
  }
      

      
        
      
      
  .fktrTW {
    color:var(--Accent3);
  }
      

      
        
      
      
  .new-receipt-wizard-manual-input\:Vae5yg6zZj7MMowq9Kwk- {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 -90deg;
  }
      

      
        
      
      
  .cLITBp {
    flex:0;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:center;
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cjlVel {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .eAumYk {
    flex:1;
  width:100%;
  row-gap:24px;
  column-gap:24px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  .dHUfdp {
    color:var(--Accent4);
  }
      

      
        
      
      
  .bLBwEa {
    gap:6px;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eeZZfr {
    flex:1;
  height:6px;
  background:#D9D9D9;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eeZZfr.active {
    background:#f08b64;
  }
      

        
      
      
  
      

      
        
      
      
  .fGpHPK {
    width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:flex-end;
  padding-top:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .ukZsI {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  background:white;
  column-gap:24px;
  overflow-x:scroll;
  align-items:center;
  padding-top:60px;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:60px;
  justify-content:center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
          @media (max-width: 550px) {
            
  .ukZsI {
    padding-left:10px;
  padding-right:10px;
  }
      

          }
          
        
      
      
  .dlMlcK {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
          @media (max-width: 500px) {
            
  .dlMlcK {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .bVITZE {
    color:var(--Accent3);
  font-size:1rem;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dcvHVF {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dcvHVF:hover {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .dcvHVF:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .cMgmkW {
    gap:18px;
  color:var(--Accent4);
  width:40px;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--forward);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .cMgmkW:hover {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--forward);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      


  .cMgmkW:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .eXCCty {
    width:100%;
  display:flex;
  row-gap:var(--gap);
  background:var(--Accent2);
  column-gap:var(--gap);
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:flex-start;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cwEBDW {
    flex:1;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:center;
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:flex-end;
  }
      

      
        
      
      
  .new-document-wizard\:X_m7fI6JuWcYhmJO2TCdm {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 90deg;
  }
      

      
        
      
      
  .ehyFUm {
    width:100%;
  height:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dzgHJh {
    width:100%;
  cursor:default;
  }
      

      
        
      
      
  .dJphGw {
    color:var(--Accent3);
  width:100%;
  height:250px;
  display:flex;
  align-items:center;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:4px;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .dJphGw:hover {
    color:var(--Accent3);
  cursor:pointer;
  background:var(--Accent4);
  border-color:var(--Accent5);
  border-style:Dashed;
  border-width:4px;
  }
      

        
      
      
  .cxvHBM {
    flex:1;
  width:100%;
  row-gap:12px;
  column-gap:12px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  .new-document-wizard\:hAYaH3UBn7ZC53WUEgJWK {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 -90deg;
  }
      

      
        
      
      
  .dnCtGM {
    width:100%;
  display:flex;
  align-items:flex-start;
  padding-left:24px;
  padding-right:24px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .new-document-wizard\:qb_fkHWjy60KoP6mbTNNo {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  text-transform:capitalize;
  backdrop-filter:blur(2px);
  justify-content:flex-start;
  }
      

      
  .new-document-wizard\:qb_fkHWjy60KoP6mbTNNo.pressed {
    gap:18px;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.2s ease 0ms 3 normal none running animation-bKKrXZ;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .new-document-wizard\:qb_fkHWjy60KoP6mbTNNo:active {
    animation:0.5s ease 0ms 3 normal none running animation-bKKrXZ;
  }
      


  .new-document-wizard\:qb_fkHWjy60KoP6mbTNNo:hover {
    gap:18px;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:flex-start;
  }
      

        
      
      
  .exSNsI {
    width:100%;
  row-gap:var(--gap);
  column-gap:var(--gap);
  }
      

      
        
      
      
  
      

      
        
      